ActiveReports Developer 7
LegendItemsCollection Constructor
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : LegendItemsCollection Constructor

itemsArray
The array whose elements are copied in the new collection.

Glossary Item Box

Initializes new instance of the LegendItemsCollection class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal itemsArray() As LegendItem _
)
C# 
public LegendItemsCollection( 
   LegendItem[] itemsArray
)

Parameters

itemsArray
The array whose elements are copied in the new collection.

See Also